* process.c (wait_reading_process_output): Avoid int overflow
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 22 Jun 2013 16:43:39 +0000 (09:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 22 Jun 2013 16:43:39 +0000 (09:43 -0700)
commit8ac95ed56f4e7267344138a2af621271c469ada4
treeed8dc737f95a20bfbff36b103eff242e20cb8438
parent05c9af4d1ba948fbeae87549b85fa5a963946a90
* process.c (wait_reading_process_output): Avoid int overflow

when reading more than 2 GiB total from a process.
src/ChangeLog
src/process.c